Interface EnvironmentDialog

All Superinterfaces:
IPCObject
All Known Implementing Classes:
EnvironmentDialogImpl

public interface EnvironmentDialog extends IPCObject
Information provided by the PKI file:

    \class Environment Dialog
    
    \brief Environment Dialog
    
    \example appWindow().getEnvironmentDialog()
    
Author:
Auto-generated
  • Method Details

    • setAlwaysOnTop

      void setAlwaysOnTop(boolean on)
      Information provided by the PKI file:
      
          \brief Sets the environment windows to always be on top or respect the normal display order.
          
          \param on, if the value is true then the environment window will try to always be on top of others, false and it respects the normal draw order.
          
              
      Parameters:
      on - Takes in a parameter of on
    • isAlwaysOnTop

      boolean isAlwaysOnTop()
      Information provided by the PKI file:
      
          \brief Returns whether the environment window is set to always be on top of other windows.
          
          \return bool, value is true if the environment window is set to always be on top of other windows, false if not.
          
              
      Returns:
      boolean Returns a boolean